ArcFM Responder Mobile Developer Guide
IsTieDevice Property






Gets or sets whether the feature is a tie device.
Syntax
'Declaration
 
Property IsTieDevice As System.Boolean
'Usage
 
Dim instance As IFeederInfo(Of TKey)
Dim value As System.Boolean
 
instance.IsTieDevice = value
 
value = instance.IsTieDevice
System.bool IsTieDevice {get; set;}
read-write property IsTieDevice: System.Boolean; 
function get,set IsTieDevice : System.boolean
__property System.bool get_IsTieDevice();
__property void set_IsTieDevice( 
   System.bool value
);
property System.bool IsTieDevice {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true if this instance is a tie device; otherwise, false.
Remarks
Will modify the value of the FeederInfo.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFeederInfo<TKey> Interface
IFeederInfo<TKey> Members

Send Feedback